home *** CD-ROM | disk | FTP | other *** search
- ;$HBBS
- ; File : BBS:Nodes/NodeX/NodeLocal
- ; Purpose: Defines specific node options
-
- ; this file defines specific node options and overrides ALL settings
- ; in bbs:nodes/GlobalConfig.
-
- ; if you want all your logs to go in one file just set the filenames of each
- ; log file to the same name! then you could have one big global file for
- ; all the nodes, or seperate ones for each node, OR completely seperate files
- ; for each type of error.. all the doors are supposed to find the location
- ; of the file from the "node" program rather than asuming thier location..
-
- SysopAccount=Hydra
- NodeName=Users Node
- NodePhone=0202 417197
- NodePlayPen=HBBS:Nodes/Node3/Playpen/ ; specifies directory for uploaded files
- NodeConnectScript=hbbs:scripts/Node3Connect.scr
-
- AskUserPW=NO ; great for local logins on private node(s)
-
- UseSysPW=FALSE
- SysPW=OK
- SysPWScript=hbbs:scripts/Node3SysPW.scr ; script that gets run BEFORE the
- ; user gets asked for the sys pw
- SysPWPrompt=Well ? >
-
- UseNodePW=FALSE
- NodePW=CHANGEME
- NodePWScript=hbbs:scripts/Node3NodePW.scr ; script that gets run BEFORE
- ; a user gets asked for the node pw
- NodePWPrompt=Enter Password For Node
-
- NodeLogFile=hbbs:nodes/node3/logs/node.log ; specifies location of logfile for node
- CallersLogFile=hbbs:nodes/node3/logs/callers.log
- ModemLogFile=hbbs:nodes/node3/logs/modem.log ; location of modem log for this node
- UploadLog=TRUE
- DownLoadLog=TRUE
-
- AccessLevelRequired=20 ; if you have a lots of nodes you could reserve one of
- ; them for elite/group/co-sysops...
- ; obviously for node 1 you should make this setting
- ; lower or equal to the level of access given to new users
- ; (see BBS:Access/NewUser)
-
- ChatFlag=ON
- Iconified=NO
- StartScreen=YES
- UseOwnScreen=YES
-
-